Return

Edit Task: SetPossibilityResourceBreakdownModes

Format

SCHED / EditTask '<TaskName>' SetPossibilityResourceBreakdownModes '<PossibilityName>' '<ResourceName>' <BreakdownStateApplies> '<UsableBreakdownModeList>'

Description

The SetPossibilityResourceBreakdownModes attribute under EditTask defines the usable resource state breakdown modes for a single task possibility.

Parameters

ParameterDescription
PossibilityNameA string of text with a comma delimited list of resources in the possibility, surrounded by single quotes. Order is not required and the resource names should not be in quotes.
ResourceNameA string of text in single quotes of the resource that is being defined within the command.
BreakdownStateAppliesA Boolean value.
UsableBreakdownModeListA string of text in single quotes of a comma delimited list of usable breakdown modes. Empty string is allowed if BreakdownStateApplies is False. A mode name specified that is not already part of the predefined modes for the resource will be added dynamically to the associated resource's capacity state definition permanently as the next free enumerated mode index.

Examples

Set usable modes during the breakdown of a task for ResA in the possibility containing ResA and ResB.

SCHED / EditTask 'TaskA' SetPossibilityResourceBreakdownModes 'ResA,ResB' 'ResA' True 'Red,Green'